home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
Silhouette.dxr
/
00008_Restart Game.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-25
|
238 b
|
14 lines
on mouseDown
go(1)
end
on mouseEnter
playSound("continuerestart", 2)
set the member of sprite 183 to "GameOVer-MouseOver"
end
on mouseLeave
playSound("continuerestart", 2)
set the member of sprite 183 to "GameOver-Normal"
end